Typo fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 May 2004 06:40:27 +0000 (06:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 May 2004 06:40:27 +0000 (06:40 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkimage.c

index a9153fa833aebb8335b72cc92d822cacc325a260..d1dcfdbc312132b71069935c78169c6ff386afa6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
+       docs.  (#142892, Tommi Komulainen)
+
 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkhandlebox.c: Make detached handleboxes work when their
index a9153fa833aebb8335b72cc92d822cacc325a260..d1dcfdbc312132b71069935c78169c6ff386afa6 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
+       docs.  (#142892, Tommi Komulainen)
+
 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkhandlebox.c: Make detached handleboxes work when their
index a9153fa833aebb8335b72cc92d822cacc325a260..d1dcfdbc312132b71069935c78169c6ff386afa6 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
+       docs.  (#142892, Tommi Komulainen)
+
 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkhandlebox.c: Make detached handleboxes work when their
index a9153fa833aebb8335b72cc92d822cacc325a260..d1dcfdbc312132b71069935c78169c6ff386afa6 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in 
+       docs.  (#142892, Tommi Komulainen)
+
 Mon May 31 02:16:37 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkhandlebox.c: Make detached handleboxes work when their
index eab67c7c473e1f14f1580032eae241bb351926f3..24708d53ea975f358380d19ba42e19c71dbe4cbe 100644 (file)
@@ -402,7 +402,7 @@ gtk_image_get_property (GObject     *object,
  * @mask: a #GdkBitmap, or %NULL
  * 
  * Creates a #GtkImage widget displaying @pixmap with a @mask.
- * A #GdkImage is a server-side image buffer in the pixel format of the
+ * A #GdkPixmap is a server-side image buffer in the pixel format of the
  * current display. The #GtkImage does not assume a reference to the
  * pixmap or mask; you still need to unref them if you own references.
  * #GtkImage will add its own reference rather than adopting yours.